home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0459.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  1.2 KB  |  41 lines

  1.  
  2.  
  3. On Mon, 4 Jul 1994, tom duncan wrote:
  4.  
  5. > > 
  6. > > 
  7. > > 
  8. > > On Mon, 4 Jul 1994, tom duncan wrote:
  9. > > 
  10. > > > Hi all,
  11. > > >     Having a couple of problems.
  12. > > > 
  13. > > >     1. Text Entry program by Mark Tiffany
  14. > > > I have a few Token messed up.
  15. > > > Any ideas were these come from. I thought by blitzlibs were up-to-date
  16. > > > 
  17. > > > USEPATH TextEntryInfo
  18. > > >   t$=StripTrail$(t$,Asc(" "))
  19. > > >   ot$=t$
  20. > > >   If \Winw>????? Then \Winw=?????
  21. > > >   If \Winh>????? Then \Winh=?????
  22. > > >   If \Winx+\Winw>????? Then \Winx=?????-\Winw
  23. > > >   If \Winy+\Winh>????? Then \Winy=?????-\Winh
  24. > > >
  25. > > 
  26. > > ??????? - Means that a token is not found. It happened to me when I tried
  27. > > running a program for which library was not installed.  
  28. > Yep, Thanks I knew that, but what I need is someone with TextEntry working to
  29. > tell me what tokens they are and they might have come from.
  30. > Seems to be a big problem these days with so many libraries floating around.
  31. What about libnums? Do you have the library number in there. If you don't
  32. then there's a chance that it will not work. (will not create proper
  33. deflibs and will not load libraries properly if the numbers are wrong)
  34.  
  35. Maciek.
  36.  
  37.  
  38.  
  39.